home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu352.dms / pu352.adf / Docs / Star9.doc < prev    next >
Text File  |  1993-03-09  |  5KB  |  124 lines

  1. Copyright ©1991,92
  2. Wolf Faust
  3. Am Dorfgarten 10
  4. W-6000 Frankfurt 50
  5. Germany
  6. voice ++49-69-5486556 (GMT)
  7. Fido 2:249/3.5 (Wild Cat: ++49-6173-2544 HST,V.32bis)
  8. UUCP: wfaust@aurea.hotb.sub.org    or try
  9.       cbmehq!cbmger!venus!wfaust@cbmvax.commodore.com
  10.  
  11.  
  12. History
  13. -------
  14.  
  15. You can use the Kickstart 2 "Version" shellcommand to find out the
  16. revision of the driver by typing
  17.  
  18.           "Version Devs:Printers/Star9Plus"
  19.  
  20.  
  21. 13.08.91  Version 35 Rev 1
  22. 01.05.92  Version 35 Rev 2
  23.           - I' fixed
  24.           - new WB 2.0/2.1 paper sizes added
  25.           - improved MemCpy() and MemClr() routines
  26.  
  27.  
  28. Description:
  29. ------------
  30. This  driver  is  intended for all those Star & Epson compatible
  31. dot  matrix  printers out there.  The driver is up to 2000% faster
  32. compared  to commo's EpsonX driver and supports more graphic modes
  33. (see below for additional features).
  34.  
  35. Installation
  36. ------------
  37. 1. Install and connect the printer as described in the printer manual.
  38. 2. Set the printer dip-switches as descibed below:
  39.  
  40.             Automatic line feed        off
  41.             Automatic carriage return  off
  42.             International charset      USA
  43.             Emulation             Epson (standard)
  44.  
  45. 3. Boot your Amiga with your normaly used system disk.
  46. 4. Insert the Canon driver disk and select the drawer of your
  47.    printer.
  48. 5. Doubleclick the 'Install' program. The 'Install' program
  49.    will copy the driver on your system disk. Sometimes there is no
  50.    disk space free on the system disk and the install program will
  51.    pop up a requester telling so. In this case free up some disk
  52.    space on your system disk by deleting unused files.
  53.  
  54.    In case you are a CLI user, simply copy the driver into your
  55.    "devs:printers" directory.
  56.  
  57. 6. Now start preferences on your system disk (if you own Kickstart 2.0
  58.    use the 'Printer' preference program). Select the Star9Plus
  59.    driver and adjust all other preference parameters to your
  60.    environment. See your system manual for more information about
  61.    the preference program.
  62.  
  63. General Information about Star9Plus (9-pin Epson compatible)
  64. --------------------------------------------------------------
  65.  
  66. 1. Dot matrix b&w/color printer (text and graphics).
  67. 2. Drives all Star&Epson compatible printers.
  68. 3. Linefeeds # of vertical dots printed.
  69. 4. Density     XDPI  YDPI    XYDPI        Comments
  70.       1        144   144     20736    plotter graphics
  71.       2        120   144     17280    double density
  72.       3        240    72     17280    quadruple density
  73.       4        120   216     25920    double density
  74.       5        240   144     34560    quadruple density
  75.       6        144   216     31104    double density
  76.       7        240   216     51840    quadruple density
  77. 5. A PaperSize of 'Wide Tractor' selects a maximum print width of
  78.    13.6 inches (for wide carriage printers).
  79. 6. A papertype of 'SINGLE' ejects the sheet with a formfeed after every
  80.    dump.  This enables Epsons sheet cutting feature.  Formfeed
  81.    after a graphic dump is send according to the SPECIAL_NOFORMFEED flag.
  82. 7. Users which previously used the Plus drivers might search for
  83.    the ".020" turbo version of the driver.
  84.    Thanks to special code done in this driver, the driver
  85.    automaticly makes use of the improved features of
  86.    68020/30/40 processors. There is absolutly no more need for
  87.    a "turbo" version of the driver, because everything is built in.
  88.    During initialisation, the driver finds out wich type of processor
  89.    is currently used. If it is run on an improved processer
  90.    (i.e. 68020,68030 or 68040), it uses the optimised turbo routines.
  91.    These routines take care of new instructions and performance
  92.    increase by using the processor cache.
  93. 8. There is now support for selecting different typefaces.  Due
  94.    to the extended character translation table, the character set
  95.    selection commands (aFNT0 - aFNT10) are no longer really needed.
  96.    The following fonts are yet supported (some only with additional
  97.    cartridges):
  98.  
  99.   aFNT   Code      Star          Epson
  100.  
  101.    0  - ESC(B -   Courier    -   Roman
  102.    1  - ESC(R -  SansSerif   - Sans Serif
  103.    2  - ESC(K -              -  Courier
  104.    3  - ESC(A -              -  Prestige
  105.    4  - ESC(E -   Script     -  Script
  106.    5  - ESC(H -              -   OCR-B
  107.    6  - ESC(Y -              -   OCR-A
  108.    7  - ESC(Z -   Orator     -   Orator
  109.    8  - ESC(J -              -  Orator S
  110.    9  - ESC(6 -              -
  111.   10  - ESC(C -              -
  112.  
  113.   (PS: Excellence users watch out! These commands cause sleepless
  114.    nights and much nice paper dumped ;-)
  115.  
  116. 9. The driver now uses ESC-$ (abs.  horiz.  position) to advance
  117.    the printerhead over white areas while doing graphic dumps.
  118.    This results in a great speed improvement because less data must
  119.    be send to the printer.
  120.    Please note: this method might not be suitable to your printer and
  121.    in case your printer "left justified" graphics
  122.  
  123.    -- english is not my native language, so don't call me names... --
  124.